Learn R Programming

gmp (version 0.4-10)

Relational Operator: Relational Operators

Description

Binary operators which allow the comparison of values in atomic vectors.

Usage

sign.bigz(x)

Arguments

x
Object or vector of class bigz

Examples

Run this code
x <- as.bigz(8000)
  x ^ 300 < 2 ^x

Run the code above in your browser using DataLab